home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000090_fdc@columbia.edu_Thu Apr 21 09:37:05 2005.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
1KB
Path: newsmaster.cc.columbia.edu!not-for-mail
From: Frank da Cruz <fdc@columbia.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: telnet
Date: 21 Apr 2005 13:36:56 GMT
Organization: Columbia University
Lines: 20
Message-ID: <slrnd6fb3o.og7.fdc@sesame.cc.columbia.edu>
References: <1114078012.787328.171890@l41g2000cwc.googlegroups.com>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1114090616 17324 128.59.59.56 (21 Apr 2005 13:36:56 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 21 Apr 2005 13:36:56 GMT
User-Agent: slrn/0.9.8.0 (SunOS)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15326
On 2005-04-21, vikrant.shahir@gmail.com <vikrant.shahir@gmail.com> wrote:
: I am issuing "set host" to get connected to other computer through
: kermit.
: When i issue set host <ip>, it should idealy prompt for "login" and
: then followed by "password".
: But when i issue set host <ip> it issues "password prompt"(plz refer
: below) and then when i try to enter the root password, it flashes login
: incorrect .
: After this it gives login prompt.
:
: can i get a solution where i get login first and then password prompt
:
Use this command:
set login user
This should prevent Kermit from sending the username in advance via
telnet negotiation.
- Frank